projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
353ffa7
)
omap: beagle: Use ubifs instead of jffs2 for nand boot
author
Steve Sakoman
<
[email protected]
>
Fri, 30 Sep 2011 09:29:11 +0000
(09:29 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Thu, 27 Oct 2011 19:56:34 +0000
(21:56 +0200)
Signed-off-by: Steve Sakoman <
[email protected]
>
Acked-by: Koen Kooi <
[email protected]
>
Signed-off-by: Sandeep Paulraj <
[email protected]
>
include/configs/omap3_beagle.h
patch
|
blob
|
history
diff --git
a/include/configs/omap3_beagle.h
b/include/configs/omap3_beagle.h
index a0264786a192bfdb19bba555ee52c17f150ddf10..ebb572e3f05f27375aa00b123863579db0f2700e 100644
(file)
--- a/
include/configs/omap3_beagle.h
+++ b/
include/configs/omap3_beagle.h
@@
-226,8
+226,8
@@
"mmcdev=0\0" \
"mmcroot=/dev/mmcblk0p2 rw\0" \
"mmcrootfstype=ext3 rootwait\0" \
- "nandroot=
/dev/mtdblock4 rw
\0" \
- "nandrootfstype=
jffs2
\0" \
+ "nandroot=
ubi0:rootfs ubi.mtd=4
\0" \
+ "nandrootfstype=
ubifs
\0" \
"ramroot=/dev/ram0 rw ramdisk_size=65536 initrd=0x81000000,64M\0" \
"ramrootfstype=ext2\0" \
"mmcargs=setenv bootargs console=${console} " \